go.pact.im/x/clock/fakeclock.ticker.ch (field)

4 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L165: 		ch: make(chan time.Time, 1),
		fakeclock.go#L300: 	ch chan time.Time
		fakeclock.go#L306: 	return t.ch
		fakeclock.go#L325: 	case t.ch <- now: